home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.arch.arithmetic,comp.lang.c,comp.lang.c++
- Path: indra.com!sullivan
- From: sullivan@indra.com (Steve Sullivan)
- Subject: Access carry flag from C
- Message-ID: <Dn1C9z.DGv.0.net@indra.com>
- Organization: Indra's Net - Public Internet Access
- Date: Mon, 19 Feb 1996 18:20:22 GMT
-
- Is it possible to determine if a fixed point overflow has
- occurred from within C? For example:
- i = j + k;
- if (overflowed) ....;
-
- Many thanks for any suggestions -
-
- Steve Sullivan
-
-